import streamlit as st st.header("Streamlit App") st.write("Hello World!") with st.sidebar: st.subheader("I'm a sidebar")